Skip to content

chore: add docstrings and field descriptions to Pydantic models - #25

Open
fern-api[bot] wants to merge 4 commits into
mainfrom
fern-bot/2026-06-25_21-12-13_745
Open

chore: add docstrings and field descriptions to Pydantic models#25
fern-api[bot] wants to merge 4 commits into
mainfrom
fern-bot/2026-06-25_21-12-13_745

Conversation

@fern-api

@fern-api fern-api Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

2.0.0 → 2.0.1

Enrich dozens of public model classes with class-level docstrings and
pydantic.Field(description=...) annotations. No public API signatures,
field names, types, or default values were changed; the additions are
purely documentation metadata surfaced by Pydantic's .schema() and
IDE tooling.

Key changes:

  • Add class-level docstrings to models including Assistant, Call, BackoffPlan, CompliancePlan, ConversationNode, CampaignPaginatedResponse, and many more
  • Add pydantic.Field(description=...) to previously bare field declarations (e.g. method, type, customer, error, results, metadata) without changing types or defaults
  • Update User-Agent header placeholder to vapi_server_sdk/0.0.0-fern-placeholder (internal SDK version token)

🌿 Generated with Fern

@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch from e769ec7 to 4e54730 Compare June 25, 2026 21:51
@fern-api fern-api Bot changed the title chore: add Fern replay and gitattributes files to .fernignore chore: update .fernignore with replay and gitattributes entries Jun 25, 2026
@fern-api fern-api Bot changed the title chore: update .fernignore with replay and gitattributes entries chore: add Fern replay and gitattributes files to .fernignore Jun 29, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch 5 times, most recently from 3266a14 to 486e5af Compare July 2, 2026 18:48
@fern-api fern-api Bot changed the title chore: add Fern replay and gitattributes files to .fernignore chore: update User-Agent header placeholder for SDK versioning Jul 2, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch 2 times, most recently from f9d0364 to 6abfd64 Compare July 6, 2026 20:38
@fern-api fern-api Bot changed the title chore: update User-Agent header placeholder for SDK versioning chore: update User-Agent header placeholder and fernignore entries Jul 8, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch 3 times, most recently from 0090e95 to 95d5940 Compare July 14, 2026 20:02
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch 3 times, most recently from a495224 to 709214f Compare July 15, 2026 20:53
@fern-api fern-api Bot changed the title chore: update User-Agent header placeholder and fernignore entries chore: update User-Agent header placeholder for SDK versioning Jul 17, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch 2 times, most recently from 1dd2f92 to 070a0ff Compare July 18, 2026 00:22
@fern-api fern-api Bot changed the title chore: update User-Agent header placeholder for SDK versioning chore: add docstrings and field descriptions across SDK model types Jul 20, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch from 070a0ff to f0ce1f7 Compare July 20, 2026 18:01
@fern-api fern-api Bot changed the title chore: add docstrings and field descriptions across SDK model types chore: add docstrings and field descriptions to Pydantic models Jul 20, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch from f0ce1f7 to e106a80 Compare July 20, 2026 18:05
@fern-api fern-api Bot changed the title chore: add docstrings and field descriptions to Pydantic models chore: add docstrings and field descriptions across model types Jul 21, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch 2 times, most recently from 17cfb34 to 16162e1 Compare July 22, 2026 16:35
@fern-api fern-api Bot changed the title chore: add docstrings and field descriptions across model types chore: add docstrings and field descriptions to Pydantic models Jul 22, 2026
@fern-api fern-api Bot changed the title chore: add docstrings and field descriptions to Pydantic models chore: add docstrings and field descriptions across model types Jul 24, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch from 16162e1 to d98188b Compare July 24, 2026 21:33
@fern-api fern-api Bot changed the title chore: add docstrings and field descriptions across model types chore: add docstrings and field descriptions to Pydantic models Jul 27, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch from d98188b to 3fb5bf4 Compare July 27, 2026 20:41
fern-api Bot added 4 commits July 28, 2026 00:30
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-python-sdk: 5.3.3
…dantic models

Enrich dozens of public model classes with class-level docstrings and
`pydantic.Field(description=...)` annotations. No public API signatures,
field names, types, or default values were changed; the additions are
purely documentation metadata surfaced by Pydantic's `.schema()` and
IDE tooling.

Key changes:
- Add class-level docstrings to models including `Assistant`, `Call`, `BackoffPlan`, `CompliancePlan`, `ConversationNode`, `CampaignPaginatedResponse`, and many more
- Add `pydantic.Field(description=...)` to previously bare field declarations (e.g. `method`, `type`, `customer`, `error`, `results`, `metadata`) without changing types or defaults
- Update `User-Agent` header placeholder to `vapi_server_sdk/0.0.0-fern-placeholder` (internal SDK version token)

🌿 Generated with Fern
Enrich dozens of public model classes with class-level docstrings and
`pydantic.Field(description=...)` annotations. No public API signatures,
field names, types, or default values were changed; the additions are
purely documentation metadata surfaced by Pydantic's `.schema()` and
IDE tooling.

Key changes:
- Add class-level docstrings to models including `Assistant`, `Call`, `BackoffPlan`, `CompliancePlan`, `ConversationNode`, `CampaignPaginatedResponse`, and many more
- Add `pydantic.Field(description=...)` to previously bare field declarations (e.g. `method`, `type`, `customer`, `error`, `results`, `metadata`) without changing types or defaults
- Update `User-Agent` header placeholder to `vapi_server_sdk/0.0.0-fern-placeholder` (internal SDK version token)

🌿 Generated with Fern
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-12-13_745 branch from 3fb5bf4 to 2b236a9 Compare July 28, 2026 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants